home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / editor / wabd101.zip / WABD101.ZIP / WABD Description.txt < prev    next >
Text File  |  1997-02-24  |  1KB  |  21 lines

  1. Web Application Builder for Delphi
  2.  
  3. Version 1.0   February 24, 1997   by Ben Ziegler
  4.  
  5. (Visit http://www.radix.net/~bziegler/wabd/wabd.htm for more information)
  6.  
  7. Features
  8. ╖ Easily create interactive web sites
  9. ╖ Leverage Delphi's ease-of-use
  10.     ╖ Use Delphi's Form Editor to create your user interface
  11.     ╖ Create standard Delphi code snippets (e.g., events such as OnCreate, OnShow, OnClick, etc.)
  12. ╖ Leverage Delphi's power
  13.     ╖ Full access to Delphi's database engine (BDE) for client/server based web sites
  14.     ╖ Full access to the standard user interface components - use TLabel, TEdit, TButton, TListBox, TMemo, TComboBox, TCheckBox
  15. ╖ New HTML components such as HTML Anchor, Header, Image, Table, HiddenText, etc.
  16. ╖ Create and easily test your application in "Local Mode" before deploying it on a web server
  17. ╖ Automatically converts your Delphi Forms to HTML, and parses the user's response back into the appropriate Delphi component properties
  18. ╖ Persistence is handled automatically - keep track of user preferences and session variables
  19. ╖ Broken or incomplete sessions are handled by automatic garbage collection or an OnTimeout event
  20. ╖ Supports creation of dynamic controls to change your user interface on-the-fly
  21.